*{
	padding:0;
	margin:0;
	border:0;
	font-family: '微软雅黑';
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
.linboBtnL img{
	position: absolute;
	left: 0;
	right: 0;
   width:100%;
   height:100%;
}
.linboBtnR img{
	position: absolute;
	left: 0;
	right: 0;
   width:100%;
   height:100%;
}
.linboBtnL:hover{
	 background:url(20180207_ct_LBBtnBgHover.png);	
	  transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
.linboBtnR:hover{
	 background:url(20180207_ct_LBBtnBgHover.png);	
	  transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_ZZUlBox a{
		cursor: pointer;
	}
.CT_ZZUlLBtn a{
	background:#c7ddef;
}
.CT_ZZUlRBtn a{
	background:#c7ddef;
}	
.CT_ZZUlLBtn a:hover{
background:#103d5d;
 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
}
.CT_ZZUlRBtn a:hover{
background:#103d5d;
 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
}
@media screen and (min-width: 1001px) and (max-width: 1439px) {
	.CT_headerBox{
		width:100%;
		min-width: 1000px;
		height:30px;
		border-bottom: 1px solid #e0e0e0;
	}
	.CT_header{
		width:1000px;
		margin:0 auto;
		height:30px;
	}
	.CT_headerTime{
		float: left;
		color:#666666;
		font-size: 12px;
		line-height: 30px;
		height:30px;
	}
	.CT_headerUl{
		overflow: hidden;
		padding-top: 9px;
		float: right;
	}
	.CT_headerUl li{
	    float: left;
	}
	.CT_headerUl li a{
	    display: block;
	    padding:0 8px;
	    color:#333;
	    font-size: 12px;
	    line-height: 12px;
	    height:12px;
	}
	.CT_headerUl li a:hover{
		color:#103d5d;
	}
	.CT_headerUl li{
		border-right: 1px solid #ababab;
	}
	.CT_headerLastLi{
		border-right:0 !important;

	}
	.CT_headerLastLi a{
	    padding-right: 0 !important;
	}
	.movingHeadBox{
		min-width: 1000px;
		width:100%;
		margin-bottom: 3px;
		position: relative;
		z-index: 999;
		border-bottom: 1px solid #f1f1f1;
		background:url(20180207_headerBg.png);
	}
	.movingHead{
		width:1000px;
		margin:0 auto;
		height:78px;
		position: relative;
	}
	.headerShadow{
		width:100%;
		min-width: 1000px;
		height:3px;
		position: absolute;
		left:0;
		bottom:-3px;
		background:url(20180207_headerShadow.png) repeat-x;
	}
	.movingHeadLogo{
		display: block;
		float: left;
		margin-top: 5.5px;
		width:18%;
	}
	.movingHeadJia{
		display: block;
		cursor: pointer;
		width:14px;
		height:14px;
		float: left;
		margin-top: 29px;
	}
	.movingHeadJia img{ 
        width:100%;
        height:100%;
	}
	.HeadJiaUl{
		display: none;
		padding:10px 0;
		position: absolute;
		top:78px;
		left: 0;
		z-index: 888;
		width:100%;
		overflow: hidden;
		background:url(20180207_headerBg2_03.png);
	}
	.HeadJiaUl li{
		float: left;
	}
	.HeadJiaUl li a{
		display: block;
		height:32px;
		line-height: 32px;
		font-size: 14px;
		color:#4c4c4c;
		padding:0 6px;
	}
	.HeadJiaUl li a:hover{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_nav{
		overflow: hidden;
		float: left;
	}
	.CT_nav li{
		float: left;
		height:78px;
		line-height: 78px;
	}
	.CT_nav li span{
		/* width:0px;
		height:16px;
		border-right: 2px solid #dae3e8; */
		font-size: 16px;
		color:#dae3e8;
	    display: inline-block;
	}
	.CT_nav li a{
	   padding:0 16px;
	   display: inline-block;
	   height:78px;
	   line-height: 78px;
	   font-size: 16px;
	   color:#15405f;
	}
	.CT_nav li.active a{
	   background:#f4f7fb;
	   height:75px;
	   border-bottom: 3px solid #d6e4f0;
	}
	.CT_nav li:hover a{
		background:#f4f7fb;
	   height:75px;
	   border-bottom: 3px solid #d6e4f0;
	    transition: .1s;
	   -moz-transition: .1s;	/* Firefox 4 */
	   -webkit-transition: .1s;	/* Safari 和 Chrome */
	   -o-transition: .1s;	/* Opera */
	}
	.CT_SearchBox{
		width:25.3%;
		float: right;
		height:25px;
		margin-top: 26.5px;
		border-left: 1px solid #7e9db9;
	    border-right: 1px solid #7e9db9;
	    position: relative;
	}
	.CT_SearchDrop_down{
		width:26.8%;
		float: left;
		position: relative;
	}
	.CT_SearchInput{
		width:200px;
		float: right;
		outline: none;
		height:14px;
		font-size: 12px;
		line-height: 14px;
		color:#bdc3c7;
		margin-top: 5.5px;
		/*border-left: 1px solid #bacad3;*/
		/*box-sizing: border-box;*/
		padding-left:12px;
		padding-right: 35px;
		background:url(20180207_headerInputBg.png);
	}
	.CT_SearchA{
		display: block;
		width:21px;
		height:21px;
		background:url(20180207_movingHead2_03.jpg);
		position: absolute;
		top:2px;
		right:10px;
	}
	.CT_SearchDrop_downSpan{
		display: block;
		text-align: center;
		font-size: 12px;
		color:#34495e;
		height:25px;
		line-height: 25px;
		cursor: pointer;
	}
	.CT_SearchDrop_downSpan img{
	    margin-left: 5px;
	    vertical-align: middle;
	    position: relative;
	    top:-2px;
	}
	.CT_SearchDrop_downUl{
		display: none;
		width:100%;
		position: absolute;
		top:25px;
		left: 0;
		background:url(20180207_headerBg.png);
		z-index: 999;
	}
	.CT_SearchDrop_downUl li{
		height:25px;
		line-height: 25px;
		text-align: center;
		font-size: 12px;
		color:#34495e;
		cursor: pointer;
	}
	.CT_SearchDrop_downUl li:hover{
		background:#f4f7fb;
	}
	.CT_SearchDrop_downUl li.active{
		background:#f4f7fb;
	}
	.HeadBimgA{
		width:100%;
	    display: block;
	    margin-top:15px;
	}
	.HeadBimgA img{
		width:100%;
		vertical-align: middle;
	}
	.CT_centerBox{
		width:1000px;
		margin:0 auto;
	}
	.headlinesBox{
		overflow: hidden;
		margin:15px 0 18px;
	}
	.headlinesA{
		font-size: 32px;
		color:#000;
		display: block;
		width:894px;
		float: right;
		font-weight: bold;
		white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
	}
	.headlinesBox img{
		display: inline-block;
		margin:0 15px;
		float: left;
	    margin-top: 5px;

	}
	.headlinesBox .headlineImg{
		 margin:5.5px 15px 0;
         float: left;
         width:75px;
         overflow: hidden;
         font-size:20px;
         text-align: center;
         color:#fff;
         line-height: 36px;
         font-weight: bold;
         background:url(20180228toutiao1_03.png);
	}
	.headlinesBox 
	.headlinesA:hover{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.headlinesUl{
		overflow: hidden;
		padding:0 15px;
		width:970px;
		height:28px;
		margin-bottom:20px;
	}
	.headlinesUl li{
		float: left;
	}
	.headlinesUl li a{
	   font-size: 16px;
	   color:#333;
	}
	.headlinesUl li:hover a{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.headlinesLiX{
		font-size: 16px;
		color:#c5c5c5;
	    margin:0 25px;
	}
	.CT_lunboBox{
		overflow: hidden;
		width:100%;
	}
	.CT_lunboBox .CT_lunbo{
	   width:617px;
	   float: left;
	   height:347px;
	   border-bottom: 4px solid #7e9db9;
	   position: relative;
	}
	.CT_lunboBox .CT_lunboR{
		width:358px;
		float: right;
		height:351px;
	}
	.CT_lunboRT{
		border-bottom: 1px dotted #d3d3d3;
	}
	.CT_lunboRT a{
		display: block;
		font-size: 22px;
		color:#333;
		margin-bottom: 3px;
		line-height: 32px;
	}
	.CT_lunboRT a:hover{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_lunboRT p{
		font-size: 14px;
		color:#999;
		margin-bottom: 8px;
		line-height: 22px;
	}
	.CT_lunboRUl{
	  width:100%;
	  margin-top:8px;
	}
	.CT_lunboRUl li{
		padding-left:12px;
		background:url(20180207_liBgdian_03.jpg) no-repeat left center;
	}
	.CT_lunboRUl li a{
		font-size: 14px;
		color:#333;
	    display: block;
	    white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
	    height:27px;
	    line-height: 27px;
	}
	.CT_lunboRUl li:hover{
		background:url(20180207_liBgdian2_03.jpg) no-repeat left center;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_lunboRUl li:hover a{
	   color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_lunbo .CT_lunboLUl{
	    width:100%;
	    height:100%;
	    position: relative;
	}
	.CT_lunbo .CT_lunboLUl li{
	    width:100%;
	    height:100%;
	    position: absolute;
	    left: 0;
	    top:0;
	}
	.CT_lunbo .CT_lunboLUl li a{
		display: block;
		position: relative;
		width:100%;
		height:100%;
	}
	.lunboTitleBox p{
	   font-size: 18px;
	   color:#fff;
	   padding:14px 15px 6px;
	}
	.lunboTitleBox span{
		font-size: 14px;
		color:#e5e5e5;
		display: block;
		padding:0 15px;
	}
	.CT_lunbo .CT_lunboLUl li a img{
		width:100%;
		height:100%;
	}
	.lunboTitleBox{
		width:452px;
		height:92px;
		position: absolute;
		left:7px;
	    bottom:9px;
	    background:url(20180207_lunboTitleBg_03.png);
	}
	.linboBtnL{
		z-index: 12;
		position: absolute;
		right:45px;
		bottom:10px;
		display: block;
		width:34px;
		height:34px;
		cursor: pointer;
		background:url(20180207_ct_LBBtnBg.png);
	}

	.linboBtnR{
		cursor: pointer;
		position: absolute;
		right:10px;
		bottom:10px;
		display: block;
		width:34px;
		height:34px;
		z-index: 12;
		background:url(20180207_ct_LBBtnBg.png);
	}
	.CT_CcenterBox{
		width:100%;
		overflow: hidden;
		margin-top: 25px;
	}
	.CT_CcenterBox .CT_CLBox{
	    width:617px;
	    float: left;
	}
	.CT_CLTitle{
	    border-top:2px solid #b3b3b3;
	    overflow: hidden;
	    padding:12px 0 15px;
	} 
	.CT_CLTitle span{
		display: block;
		float: left;
		font-size: 20px;
		color:#15405f;
		border-left: 4px solid #7e9db9;
		padding-left: 8px;
		height:20px;
		line-height:20px;
	}
	.CT_CLTitle .CT_CLTitleA{
		display: block;
		float: right;
		font-size: 12px;
		color:#7e9db9;
		width:42px;
		height:21px;
		text-align: center;
		line-height: 21px;
		border:1px solid #dae3eb;
		margin-top: 2px;
	}
	.CT_tourismTBox .CT_tourismLi{
		display: none;
	}
	.CT_tourismTBox .CT_tourismLi.active{
		display: block;
	}
	.CT_tourismBUlBox ul li.active a{
		color:#15405f;;
	}
	.CT_CLTW{
		padding-left:13px;
		width:604px;
		overflow: hidden;
		padding-bottom: 17px;
		background:url(20180207_CT_CLbottomBg_03.jpg) repeat-x left bottom;
	}
	.CT_CLTW img{
		display: block;
		width:247px;
		float: left;
		height:138px;
	}
	.CT_CLTW .CT_CLW{
		width:332px;
		float: right;
	}
	.CT_CLWTitle{
		font-size: 16px;
		color:#333;
		line-height: 24px;
		display: block;
		margin-bottom: 5px;
		height:48px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.CT_CLWTitle:hover{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_CLW p{
	   font-size:12px;
	   color:#666;
	   line-height: 22px;
	   height:65px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
	.CT_CLW p a{
		display: inline-block;
		width: 18.571px;
		height:13px;
	}
	.CT_CLW p .CT_CLWA img{
	   width:100%;
	   height:100%;
	}
	.CT_CLW span{
		font-size: 12px;
		color:#999;
	}
	.CT_CLUl{
		width:604px;
		overflow: hidden;
	    padding:7.5px 0 17.5px 13px;
	}
	.CT_CLUl li{
		float: left;
	    width:288px;
	    box-sizing: border-box;
	    height:29px;
	    line-height: 29px;
	    font-size: 14px;
	    color:#103d5d;
		padding-left:14px;
		background:url(20180207_CT_CLiBg_03.jpg) no-repeat left center;
	}
	.CT_CLUl li a{
		font-size: 14px;
	    color:#103d5d;
	    display: block;
	    width:90%;
	    white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
	}
	.CT_CLTW2 img{
	    width:123px;
	    height:69px;
	}
	.CT_CLTW2 .CT_CLW{
	    width:456px;
	}
	.CT_CLTW2 .CT_CLW .CT_CLWTitle{
		height:24px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    overflow: hidden;
	}
	.CT_CLTW2 .CT_CLW p{
		height:24px;
		line-height: 24px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    overflow: hidden;
	}
	.CT_CLTW2 .CT_CLW .CT_CLWTitle{
		margin-bottom: 0;
	}
	.CT_CLTW3{
		background:#fff !important;
		border-bottom: 1px dashed  #d6d6d6;
	}
	.CT_CLTW4{
	   margin-top:16px;
	}
	.CT_CLTitleUl{
		margin-top: 6px;
		padding-left:14px;
		overflow: hidden;
		float: right;
		background:url(20180207_CT_CLTitleUlJt_03.jpg) no-repeat left center;
	}
	.CT_CLTitleUl li{
		padding:0  8px;
		float: left;
	    border-right: 1px solid #cccccc;
	    line-height: 14px;
	    height:14px;
	}
	.CT_CLTitleUl li a{
	   font-size: 12px;
	   color:#666;
	}
	.CT_CLTitleUl li:hover a{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_AdImg{
		display: block;
		width:100%;
		margin-bottom: 25px;
	}
	.CT_AdImg img{
		width:100%;
		vertical-align: middle;
	}
	.CT_tourismUl{
		background:url(20180207_CT_CLbottomBg_03.jpg) repeat-x left bottom;
	}
	.CT_tourismBUlBox{
	    height:40px;
		width:100%;
		margin-bottom:15px;
	}
	.CT_tourismBUlBox span{
		display: block;
		width:12.5%;
		float: left;
	    font-size: 12px;
	    color:#000;
	    height:40px;
	    line-height: 40px;
	    background:url(20180207_Ct_Hjt_03.jpg) no-repeat right center;
	}
	.CT_tourismBUlBox ul{
	   width:87%;
	   float: right;
	   height:40px;
	}
	.CT_tourismBUlBox ul li{
		float: left;
		width:14.2%; 
		position: relative;
	}
	.CT_tourismBUlBox ul li a{
		display: block;
		width:100%;
		height:40px;
		line-height: 40px;
		font-size: 12px;
		color:#666;
		text-align: center;
	}
	.CT_tourismBUlBox ul li a:hover{
	    color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_tourismBUlBox ul li i{
		position: absolute;
		display:block;
		left:50%;
		width:7px;
		height:7px;
		margin-left: -3.5px;
		top:-3.5px;
	    background:url(20180207_CT_tourismBUli_03.jpg);	
	}
	.CT_ZZUlBox{
		overflow: hidden;
		margin-bottom: 30px;
	}
	.CT_ZZUlBox .CT_ZZUlLBtn{
		float: left;
		width:47px;
		position: relative;
		height:140px;
	}
	.CT_ZZUlTBox{
		float: left;
	    width:536.5px;
	    overflow: hidden;
	}
	.CT_ZZUlBox .CT_ZZUl{
		width:3000px;
		overflow: hidden;
	}
	.CT_ZZUlBox .CT_ZZUl li{
		width:107px;
		float: left;
		margin-right: 35.7px;
	}
	.CT_ZZUlBox .CT_ZZUl li .CT_ZZUlLiA{
		display: block;
		width:100%;
	}
	.CT_ZZUlBox .CT_ZZUl li .CT_ZZUlLiA .CT_ZZUlImg{
		width:100%;
		height:139.6px;
	}
	.CT_ZZUlBox .CT_ZZUl li  span{
        display: block;
        height:37px;
        line-height: 37px;
        text-align: center;
        color:#333;
        font-size: 14px;
	}
	.CT_ZZUlBox .CT_ZZUl li  .CT_ZZUlBBox{
		display: block;
		width:74px;
        height:23px;
        line-height: 23px;
        text-align: center;
        color:#fff;
        font-size: 12px;
        margin:0 auto;
        background:#7e9db9;
	}
	.CT_ZZUlBox .CT_ZZUl li  .CT_ZZUlBBox img{
		display: inline-block;
		margin-right:5px;
		vertical-align: middle;
		/*position: relative;*/
		margin-top:-2px;
	}
	.CT_ZZUlLBtn a{
	   display: block;
	   width:25px;
	   height:39px;
	   position: absolute;
	   top:50%;
	   margin-top: -19.5px;
	   right: 7px;
	}
	.CT_ZZUlLBtn a img{
	   width:100%;
	   height:100%;
	}
	.CT_ZZUlRBtn a{
	   display: block;
	   width:25px;
	   height:39px;
	   position: absolute;
	   top:50%;
	   margin-top: -19.5px;
	   left: 7px;
	}
	.CT_ZZUlRBtn a img{
	   width:100%;
	   height:100%;
	}
	.CT_ZZUlBox .CT_ZZUlRBtn{
		float: left;
		width:33px;
		position: relative;
		height:140px;
	}


	.CT_CcenterBox .CT_CRBox{
		background:url(20180207_CT_CRbg_03.jpg) repeat-y;
	    width:358px;
	    float: right;
	    border-top:2px solid #cccccc;
	}
	.CT_CRTitle{
		border-top:2px solid #cccccc;
		overflow: hidden;
	    padding:7px 0 15px;
	}
	.CT_CRTitle span{
		display: block;
		float: left;
		font-size:20px;
		color:#15405f;
		padding-left: 16px;
	}
	.CT_CRTitle a{
		display: block;
		float: right;
		font-size: 12px;
		color:#b2b2b2;
		width:42px;
		height:21px;
		text-align: center;
		line-height: 21px;
		border:1px solid #ececec;
		margin-top: 2px;
	}
	.CT_CRCBox{
		padding:0 16px;
		overflow: hidden;
	}
	.videoChinaUl{
		overflow: hidden;
		margin-bottom: 25px;
	}
	.videoChinaUl li{
		float: left;
	}
	.videoChinaUl li a{
		display: block;
		width:100%;
	}
	.videoChinaUl li a img{
        width:100%;
        vertical-align: middle;
	}
	.videoChinaUl li a video{
        width:100%;
        vertical-align: middle;
	}
	.videoChinaUl .videoChinaLi1{
		width:100%;
		margin-bottom: 2px;
		position: relative;
	}
	.videoChinaUl .videoChinaLi2{
		width:106px;
        padding-bottom:1px;
        border-bottom: 3px solid #c7ddef;
	}
	.videoChinaUl .videoChinaLi1 a img{ 
	    height:182.225px;
	} 
	.videoChinaUl .videoChinaLi2 a img{ 
	    height:59.25px;
	} 
	.CT_CRTW{
		overflow: hidden;
	}
	.CT_CRTW .CT_CRTWA{
        display: block;
        width:117px;
        float: left;
	}
	.CT_CRTW .CT_CRTWA img{
		width:100%;
		height:65.5px;
	}
	.CT_CRW{
        width:194px;
        float: right;
	}
	.CT_CRW .CT_CRWTitle{
		display: block;
		font-size: 14px;
		color:#333;
		white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
	    margin-bottom: 3px;
	}
	.CT_CRW .CT_CRWTitle:hover{
	   color:#103d5d;
	   transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_CRW p{
		font-size: 12px;
		color:#666;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    margin-bottom: 3px;
	    line-height: 12px
	}
	.CT_CRW p .CT_CRWA{
        display: inline-block;
        width:20px;
        height:14px;
        position: relative;
        top:2px;
	}
	.CT_CRW p .CT_CRWA img{
        width:100%;
	}
	.CT_CRW span{
        font-size: 10px;
        color:#999;
        display: block;
  	}
  	.CT_CRUl{
  		margin-bottom:25px;
  		margin-top: 5px;
		padding:0 16px;
  	}
  	.CT_CRUl li {
	    box-sizing: border-box;
	    height: 28px;
	    line-height: 28px;
	    font-size: 14px;
	    color: #103d5d;
	    padding-left: 14px;
	    background: url(20180207_CT_CLiBg_03.jpg) no-repeat left center;
	}
	.CT_CRUl li a{
		display: block;
		color:#103d5d;
		white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
	}
	.CT_HotTopic{
		overflow: hidden;
		margin-bottom: 10px;
	}
	.CT_HotTopic li{
		width:157px;
		float: left;
	}
	.CT_HotTopic li a{
       display: block;
       width:100%;
	}
	.CT_HotTopic li a img{
		width:100%;
		height:88.5px;
	}
	.CT_HotTopic li a span{
        display: inline-block;
        width:100%;
        font-size: 12px;
        color:#103d5d;
        margin:6px 0 15px;
	}
    .CT_gct .CT_CRCBox{
      display: none
   }
   .CT_gct .CT_CRCBox.active{
      display: block
   }
   .CT_CRCBox2{
      overflow: visible
   }
   .CT_QHGAT{
   	 background:url(20180207_CT_CLbottomBg_03.jpg) repeat-x left top;
   }
   	.CT_QHGAT ul li.active a{
			color:#15405f;;
		}
	.CT_QHGAT{
		    height:40px;
			width:100%;
			margin-bottom:15px;
		}
	.CT_QHGAT span{
		display: block;
		width: 46px;
		float: left;
	    font-size: 12px;
	    /*box-sizing: border-box;*/
	    color:#000;
	    height:40px;
	    text-align: right;
	    padding-right: 20px;
	    line-height: 40px;
	    background:url(20180207_Ct_Hjt_03.jpg) no-repeat right center;
	}
	.CT_QHGAT ul{
	   width:79.5%;
	   float: right;
	   height:40px;
	}
	.CT_QHGAT ul li{
		float: left;
		width:33.333%; 
		position: relative;
	}
	.CT_QHGAT ul li a{
		display: block;
		width:100%;
		height:40px;
		line-height: 40px;
		font-size: 12px;
		color:#666;
		text-align: center;
	}
	.CT_QHGAT ul li a:hover{
	    color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_QHGAT ul li i{
		position: absolute;
		display:block;
		left:50%;
		width:7px;
		height:7px;
		margin-left: -3.5px;
		top:-3.5px;
	    background:url(20180207_CT_tourismBUli_03.jpg);	
	}	
	.videoChinaLi1 a span{
		position: absolute;
		display: block;
		left: 0;
		bottom:0px;
		height:30px;
		width:290px;
		padding:0 18px;
		white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
		font-size: 14px;
		color:#fff;
		line-height: 30px;
		background:url(20180207_CT_CRTimg_02.png) repeat-x;
	}
	.specialBoxL{
		width:116px;
		float: left;
        border:3px solid #f1f1f1;
        position: relative;
        margin-bottom: 8px;
	}
	.specialBoxL .specialTA{
		width:100%;
		display: block;
	}
	.specialBoxL .specialTA img{
		width:100%;
		height:151px;
	}
	.specialBA{
		left: -7px;
		bottom:-9px;
		position: absolute;
		width:131px;
		height:37px;
		background:url(20180207_specialImgS_03.png);
		line-height: 42px;
		text-align: center;
		color: #fff;
		font-size: 14px;
	}
	.CT_CRUl2{
		width:170px;
		float: right;
	}
	.CT_CRUl2{
		margin:0 0 28px !important;
	}
	.CT_CRUl2 li{
		line-height: 24px !important;
		height:24px !important;
	}
	.CT_footerBox{
		width:100%;
		min-width: 1000px;
		background:#f7f7f7;
		border-top:1px solid #ebebeb;
		padding:20px 0 35px;
	}
	.CT_footer{
		overflow: hidden;
		width:1000px;
		margin:0 auto;
	}
	.youqingLJBox{
		overflow: hidden;
		padding-bottom: 20px;
       border-bottom: 1px solid #f0f0f0;
	}
	.CT_footer .youqingLP{
		font-size: 16px;
		color:#808080;
		width:96px;
		float: left;
		height:26px;
		line-height: 26px;
	}
	.youqingUl{
		width:904px;
		float: right;
		overflow: hidden;
	}
	.youqingUl .YQLiT{
       float: left;
       margin-right:23px;
	}
	.youqingUl .YQLiT ul .YQLiB{
		padding-left:12px;
		background:url(20180207_foterLiBg_03.png) no-repeat left center;
	}
	.youqingUl .YQLiT ul .YQLiB a{
		display: block;
		height:26px;
		line-height: 26px;
        font-size: 14px;
        color:#808080;
	}
	.youqingUl .YQLiT ul .YQLiB a:hover{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}

	.youqingZBBox{
		padding-top: 25px;
	}
	.youqingZBLUl{
		width:575px;
		float: left;
		overflow: hidden;
	}
	.youqingZBLUl ul{
        overflow: hidden;
	}
	.youqingZBLUl ul li{
		white-space: nowrap;
		float: left;
		height:31px;
		line-height: 31px;
		font-size: 14px;
		color:#808080;
	}
	.youqingZBLUl ul li a{
		font-size: 14px;
		color:#808080;
	}
	.youqingZBli1{
		margin-right: 50px;
	}
	.youqingZBLUl ul li.youqingZBli2{
        padding:0 12.5px;
	}
	.youqingZBLUl ul li:hover a{
		font-size: 14px;
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_weibo{
		width:77px;
		display: block;
		float: right;
		margin-right: 44px;
	}
	.CT_weixin{
		width:77px;
		display: block;
		float: right;
		margin-right: 44px;
	}
	.CT_weibo span{
		display: inline-block;
		width:100%;
		margin-top: 6px;
		text-align: center;
		font-size: 12px;
		color:#808080;
	}
	.CT_weixin span{
		display: inline-block;
		width:100%;
		margin-top: 6px;
		text-align: center;
		font-size: 12px;
		color:#808080;
	}
	.CT_jing{
		width:28px;
		height:33px;
		display: block;
		float: right;
		margin-right: 16px;
		margin-top: 32px;

	}
	.CT_KXWZ{
		width:96px;
		height:36px;
		display: block;
		float: right;
		margin-top: 32px;
	}
	.CT_weibo img{
		width:100%;
	}
	.CT_weixin img{
		width:100%;
	}
	.CT_jing img{
		width:100%;
	}
	.CT_KXWZ img{
		width:100%;
	}
   
    .CT_footerBoxWap,.CT_CRCBoxWap,.wapMoreA,.CT_WapCRTWA,.swiper-container3,.wapTnav,.wapSearchBox,.wapnav{
    	display: none
    }
     .backTop{
       cursor: pointer;
       display: none;
       width:68px;
       height:68px;
       position: fixed;
       right: 0px;
       bottom:350px; 
       z-index: 999;
    }
    .backTop img{
    	width:100%;
    	height:100%;
    }

}

.bainian .movingHeadBox{background:#d11305;}
.bainian .CT_lunboRT a{color:red;}
.bainian .wapnav{background:#d11305;padding-top:.2rem;}
.bainian .wapnav ul li a{color:#fff;}
.bainian .movingHeadBox .CT_nav li a{color:#fff;}
.bainian .CT_footerBox{background:#d11305;}
.bainian .CT_footer .youqingLP{color:#fff;}
.bainian .youqingZBLUl ul li a{color:#fff;}
.bainian .youqingZBLUl ul li{color:#fff;}
.bainian .headlinesBox .headlinesA{color:red;}

@media screen and (min-width: 1440px) {
	.CT_headerBox{
		width:100%;
		min-width: 1000px;
		height:30px;
		border-bottom: 1px solid #e0e0e0;
	}
	.CT_header{
		width:1000px;
		margin:0 auto;
		height:30px;
	}
	.CT_headerTime{
		float: left;
		color:#666666;
		font-size: 12px;
		line-height: 30px;
		height:30px;
	}
	.CT_headerUl{
		overflow: hidden;
		padding-top: 9px;
		float: right;
	}
	.CT_headerUl li{
	    float: left;
	}
	.CT_headerUl li a{
	    display: block;
	    padding:0 8px;
	    color:#333;
	    font-size: 12px;
	    line-height: 12px;
	    height:12px;
	}
	.CT_headerUl li a:hover{
		color:#103d5d;
	}
	.CT_headerUl li{
		border-right: 1px solid #ababab;
	}
	.CT_headerLastLi{
		border-right:0 !important;

	}
	.CT_headerLastLi a{
	    padding-right: 0 !important;
	}
	.movingHeadBox{
		min-width: 1000px;
		width:100%;
		margin-bottom: 3px;
		position: relative;
		z-index: 999;
		border-bottom: 1px solid #f1f1f1;
		background:url(20180207_headerBg.png);
	}
	.movingHead{
		width:1000px;
		margin:0 auto;
		height:78px;
		position: relative;
	}
	.headerShadow{
		width:100%;
		min-width: 1000px;
		height:3px;
		position: absolute;
		left:0;
		bottom:-3px;
		background:url(20180207_headerShadow.png) repeat-x;
	}
	.movingHeadLogo{
		display: block;
		float: left;
		margin-top: 5.5px;
		width:18%;
	}
	.movingHeadJia{
		display: block;
		cursor: pointer;
		width:16px;
		height:16px;
		float: left;
		margin-top: 30px;
	}
	.movingHeadJia img{ 
        width:100%;
        height:100%;
	}
	.HeadJiaUl{
		display: none;
		padding:10px 0;
		position: absolute;
		top:78px;
		left: 0;
		z-index: 888;
		width:100%;
		overflow: hidden;
		background:url(20180207_headerBg2_03.png);
	}
	.HeadJiaUl li{
		float: left;
	}
	.HeadJiaUl li a{
		display: block;
		height:32px;
		line-height: 32px;
		font-size: 16px;
		color:#4c4c4c;
		padding:0 10px;
	}
	.HeadJiaUl li a:hover{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_nav{
		overflow: hidden;
		float: left;
	}
	.CT_nav li{
		float: left;
		height:78px;
		line-height: 78px;
	}
	.CT_nav li span{
		/* width:0px;
		height:16px;
		border-right: 2px solid #dae3e8; */
		font-size: 16px;
		color:#dae3e8;
	    display: inline-block;
	}
	.CT_nav li a{
	   padding:0 16px;
	   display: inline-block;
	   height:78px;
	   line-height: 78px;
	   font-size: 16px;
	   color:#15405f;
	}
	.CT_nav li.active a{
	   background:#f4f7fb;
	   height:75px;
	   border-bottom: 3px solid #d6e4f0;
	}
	.CT_nav li:hover a{
		background:#f4f7fb;
	   height:75px;
	   border-bottom: 3px solid #d6e4f0;
	    transition: .1s;
	   -moz-transition: .1s;	/* Firefox 4 */
	   -webkit-transition: .1s;	/* Safari 和 Chrome */
	   -o-transition: .1s;	/* Opera */
	}
	.CT_SearchBox{
		width:25.3%;
		float: right;
		height:25px;
		margin-top: 26.5px;
		border-left: 1px solid #7e9db9;
	    border-right: 1px solid #7e9db9;
	    position: relative;
	}
	.CT_SearchDrop_down{
		width:26.8%;
		float: left;
		position: relative;
	}
	.CT_SearchInput{
		width:300px;
		float: right;
		outline: none;
		height:14px;
		font-size: 12px;
		line-height: 14px;
		color:#bdc3c7;
		margin-top: 5.5px;
		/*border-left: 1px solid #bacad3;*/
		box-sizing: border-box;
		padding-left:12px;
		padding-right: 35px;
		background:url(20180207_headerInputBg.png);
	}
	.CT_SearchA{
		display: block;
		width:21px;
		height:21px;
		background:url(20180207_movingHead2_03.jpg);
		position: absolute;
		top:2px;
		right:10px;
	}
	.CT_SearchDrop_downSpan{
		display: block;
		text-align: center;
		font-size: 12px;
		color:#34495e;
		height:25px;
		line-height: 25px;
		cursor: pointer;
	}
	.CT_SearchDrop_downSpan img{
	    margin-left: 5px;
	    vertical-align: middle;
	    position: relative;
	    top:-2px;
	}
	.CT_SearchDrop_downUl{
		display: none;
		width:100%;
		position: absolute;
		top:25px;
		left: 0;
		background:url(20180207_headerBg.png);
		z-index: 999;
	}
	.CT_SearchDrop_downUl li{
		height:25px;
		line-height: 25px;
		text-align: center;
		font-size: 12px;
		color:#34495e;
		cursor: pointer;
	}
	.CT_SearchDrop_downUl li:hover{
		background:#f4f7fb;
	}
	.CT_SearchDrop_downUl li.active{
		background:#f4f7fb;
	}
	.HeadBimgA{
		width:100%;
	    display: block;
	    margin-top:15px;
	}
	.HeadBimgA img{
		width:100%;
		vertical-align: middle;
	}
	.CT_centerBox{
		width:1000px;
		margin:0 auto;
	}
	.headlinesBox{
		overflow: hidden;
		margin:15px 0 18px;
	}
	.headlinesA{
		font-size: 32px;
		color:#000;
		display: block;
		width:894px;
		/* margin:0 auto; */
		float: left;
		font-weight: bold;
		white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
	}
	.headlinesBox img{
		display: inline-block;
		margin:0 15px;
		float: left;
	    margin-top: 5px;
	}
	.headlinesBox .headlineImg{
		 margin: 5px 8px 0;
         float: left;
         width:90px;
         overflow: hidden;
         font-size:26px;
         text-align: center;
         color:#fff;
         line-height: 43px;
         font-weight: bold;
         background:url(20180228toutiao_03.png);
	}
	.headlinesA:hover{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.headlinesUl{
		overflow: hidden;
		padding:0 15px;
		width:970px;
		height:28px;
		margin-bottom:20px;
	}
	.headlinesUl li{
		float: left;
	}
	.headlinesUl li a{
	   font-size: 16px;
	   color:#333;
	}
	.headlinesUl li:hover a{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.headlinesLiX{
		font-size: 16px;
		color:#c5c5c5;
	    margin:0 25px;
	}
	.CT_lunboBox{
		overflow: hidden;
		width:100%;
	}
	.CT_lunboBox .CT_lunbo{
	   width:617px;
	   float: left;
	   height:347px;
	   border-bottom: 4px solid #7e9db9;
	   position: relative;
	}
	.CT_lunboBox .CT_lunboR{
		width:358px;
		float: right;
		height:351px;
	}
	.CT_lunboRT{
		border-bottom: 1px dotted #d3d3d3;
	}
	.CT_lunboRT a{
		display: block;
		font-size: 22px;
		color:#333;
		margin-bottom: 3px;
		line-height: 32px;
	}
	.CT_lunboRT a:hover{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_lunboRT p{
		font-size: 14px;
		color:#999;
		margin-bottom: 8px;
		line-height: 22px;
	}
	.CT_lunboRUl{
	  width:100%;
	  margin-top:8px;
	}
	.CT_lunboRUl li{
		padding-left:12px;
		background:url(20180207_liBgdian_03.jpg) no-repeat left center;
	}
	.CT_lunboRUl li a{
		font-size: 14px;
		color:#333;
	    display: block;
	    white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
	    height:27px;
	    line-height: 27px;
	}
	.CT_lunboRUl li:hover{
		background:url(20180207_liBgdian2_03.jpg) no-repeat left center;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_lunboRUl li:hover a{
	   color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_lunbo .CT_lunboLUl{
	    width:100%;
	    height:100%;
	    position: relative;
	}
	.CT_lunbo .CT_lunboLUl li{
	    width:100%;
	    height:100%;
	    position: absolute;
	    left: 0;
	    top:0;
	}
	.CT_lunbo .CT_lunboLUl li a{
		display: block;
		position: relative;
		width:100%;
		height:100%;
	}
	.lunboTitleBox p{
	   font-size: 18px;
	   color:#fff;
	   padding:14px 15px 6px;
	}
	.lunboTitleBox span{
		font-size: 14px;
		color:#e5e5e5;
		display: block;
		padding:0 15px;
	}
	.CT_lunbo .CT_lunboLUl li a img{
		width:100%;
		height:100%;
	}
	.lunboTitleBox{
		width:452px;
		height:92px;
		position: absolute;
		left:7px;
	    bottom:9px;
	    background:url(20180207_lunboTitleBg_03.png);
	}
	.linboBtnL{
		z-index: 12;
		position: absolute;
		right:45px;
		bottom:10px;
		display: block;
		width:34px;
		height:34px;
		cursor: pointer;
		background:url(20180207_ct_LBBtnBg.png);
	}
	.linboBtnR{
		cursor: pointer;
		position: absolute;
		right:10px;
		bottom:10px;
		display: block;
		width:34px;
		height:34px;
		z-index: 12;
		background:url(20180207_ct_LBBtnBg.png);
	}
	.CT_CcenterBox{
		width:100%;
		overflow: hidden;
		margin-top: 25px;
	}
	.CT_CcenterBox .CT_CLBox{
	    width:617px;
	    float: left;
	}

	.CT_CLTitle{
	    border-top:2px solid #b3b3b3;
	    overflow: hidden;
	    padding:9px 0 12px;
	} 
	.CT_CLTitle span{
		display: block;
		float: left;
		font-size: 20px;
		color:#15405f;
		border-left: 4px solid #7e9db9;
		padding-left: 8px;
		height:20px; 
		line-height:20px;
	}
	.CT_CLTitle .CT_CLTitleA{
		display: block;
		float: right;
		font-size: 12px;
		color:#7e9db9;
		width:42px;
		height:21px;
		text-align: center;
		line-height: 21px;
		border:1px solid #dae3eb;
		margin-top: 2px;
	}
	.CT_tourismTBox .CT_tourismLi{
		display: none;
	}
	.CT_tourismTBox .CT_tourismLi.active{
		display: block;
	}
	.CT_tourismBUlBox ul li.active a{
		color:#15405f;;
	}
	.CT_CLTW{
		padding-left:13px;
		width:604px;
		overflow: hidden;
		padding-bottom: 17px;
		background:url(20180207_CT_CLbottomBg_03.jpg) repeat-x left bottom;
	}
	.CT_CLTW img{
		display: block;
		width:247px;
		float: left;
	}
	.CT_CLTW .CT_CLW{
		width:332px;
		float: right;
	}
	.CT_CLWTitle{
		font-size: 16px;
		color:#333;
		line-height: 24px;
		display: block;
		margin-bottom: 5px;
		height:48px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.CT_CLWTitle:hover{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_CLW p{
	   font-size:12px;
	   color:#666;
	   line-height: 22px;
	   height:65px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
	.CT_CLW p a{
		display: inline-block;
		width: 18.571px;
		height:13px;
	}
	.CT_CLW p .CT_CLWA img{
	   width:100%;
	   height:100%;
	}
	.CT_CLW span{
		font-size: 12px;
		color:#999;
	}
	.CT_CLUl{
		width:604px;
		overflow: hidden;
	    padding:7.5px 0 17.5px 13px;
	}
	.CT_CLUl li{
		float: left;
	    width:348px;
	    box-sizing: border-box;
	    height:29px;
	    line-height: 29px;
	    font-size: 14px;
	    color:#103d5d;
		padding-left:14px;
		background:url(20180207_CT_CLiBg_03.jpg) no-repeat left center;
	}
	.CT_CLUl li a{
		font-size: 16px;
	    color:#103d5d;
	    display: block;
	    width:90%;
	    white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
	}
	.CT_CLTW2 img{
	    width:123px;
	}
	.CT_CLTW2 .CT_CLW{
	    width:456px;
	}
	.CT_CLTW2 .CT_CLW .CT_CLWTitle{
		height:24px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    overflow: hidden;
	}
	.CT_CLTW2 .CT_CLW p{
		height:24px;
		line-height: 24px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    overflow: hidden;
	}
	.CT_CLTW2 .CT_CLW .CT_CLWTitle{
		margin-bottom: 0;
	}
	.CT_CLTW3{
		background:#fff !important;
		border-bottom: 1px dashed  #d6d6d6;
	}
	.CT_CLTW4{
	   margin-top:16px;
	}
	.CT_CLTitleUl{
		margin-top: 6px;
		padding-left:14px;
		overflow: hidden;
		float: right;
		background:url(20180207_CT_CLTitleUlJt_03.jpg) no-repeat left center;
	}
	.CT_CLTitleUl li{
		padding:0  8px;
		float: left;
	    border-right: 1px solid #cccccc;
	    line-height: 14px;
	    height:14px;
	}
	.CT_CLTitleUl li a{
	   font-size: 12px;
	   color:#666;
	}
	.CT_CLTitleUl li:hover a{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_AdImg{
		display: block;
		width:100%;
		margin-bottom: 25px;
	}
	.CT_AdImg img{
		width:100%;
		vertical-align: middle;
	}
	.CT_tourismUl{
		background:url(20180207_CT_CLbottomBg_03.jpg) repeat-x left bottom;
	}
	.CT_tourismBUlBox{
	    height:40px;
		width:100%;
		margin-bottom:15px;
	}
	.CT_tourismBUlBox span{
		display: block;
		width:12.5%;
		float: left;
	    font-size: 12px;
	    color:#000;
	    height:40px;
	    line-height: 40px;
	    background:url(20180207_Ct_Hjt_03.jpg) no-repeat right center;
	}
	.CT_tourismBUlBox ul{
	   width:87%;
	   float: right;
	   height:40px;
	}
	.CT_tourismBUlBox ul li{
		float: left;
		width:14.2%; 
		position: relative;
	}
	.CT_tourismBUlBox ul li a{
		cursor: pointer;
		display: block;
		width:100%;
		height:40px;
		line-height: 40px;
		font-size: 12px;
		color:#666;
		text-align: center;
	}
	.CT_tourismBUlBox ul li a:hover{
	    color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_tourismBUlBox ul li i{
		position: absolute;
		display:block;
		left:50%;
		width:7px;
		height:7px;
		margin-left: -3.5px;
		top:-3.5px;
	    background:url(20180207_CT_tourismBUli_03.jpg);	
	}
	.CT_ZZUlBox{
		overflow: hidden;
		margin-bottom: 36px;
	}
	.CT_ZZUlBox .CT_ZZUlLBtn{
		float: left;
		width:47px;
		position: relative;
		height:140px;
	}
	.CT_ZZUlTBox{
		float: left;
	    width:536.5px;
	    overflow: hidden;
	}
	.CT_ZZUlBox .CT_ZZUl{
		width:3000px;
		overflow: hidden;
	}
	.CT_ZZUlBox .CT_ZZUl li{
		width:107px;
		float: left;
		margin-right: 35.7px;
	}
	.CT_ZZUlBox .CT_ZZUl li .CT_ZZUlLiA{
		display: block;
		width:100%;
	}
	.CT_ZZUlBox .CT_ZZUl li .CT_ZZUlLiA .CT_ZZUlImg{
		width:100%;
		height:167px;
	}
	.CT_ZZUlBox .CT_ZZUl li  span{
        display: block;
        height:44px;
        line-height: 44px;
        text-align: center;
        color:#333;
        font-size: 16px;
	}
	.CT_ZZUlBox .CT_ZZUl li  .CT_ZZUlBBox{
		display: block;
		width:89px;
        height:28px;
        line-height: 28px;
        text-align: center;
        color:#fff;
        font-size: 14px;
        margin:0 auto;
        background:#7e9db9;
	}
	.CT_ZZUlBox .CT_ZZUl li .CT_ZZUlBBox img{
		display: inline-block;
		margin-right:7px;
	}
	.CT_ZZUlLBtn a{
	   display: block;
	   width:25px;
	   height:39px;
	   position: absolute;
	   top:50%;
	   margin-top: -19.5px;
	   right: 7px;
	}
	.CT_ZZUlLBtn a img{
	   width:100%;
	   height:100%;
	}
	.CT_ZZUlRBtn a{
	   display: block;
	   width:25px;
	   height:39px;
	   position: absolute;
	   top:50%;
	   margin-top: -19.5px;
	   left: 7px;
	}
	.CT_ZZUlRBtn a img{
	   width:100%;
	   height:100%;
	}
	.CT_ZZUlBox .CT_ZZUlRBtn{
		float: left;
		width:33px;
		position: relative;
		height:140px;
	}
   .CT_centerBox,.movingHead,.CT_header{width:1200px;}
   .headlinesA{width:1094px;font-size:38px;}
   .headlinesBox img{margin-top: 10px}
   .headlinesUl{width:1170px;}
   .headlinesUl li a{font-size: 20px}
   .headlinesLiX{font-size: 20px;}
   .CT_lunboBox .CT_lunbo{width:740px;height:415px;border-bottom: 5px solid #7e9db9;}
   .CT_lunboBox .CT_lunboR{width:430px;height:420px;}
   .CT_CcenterBox{margin-top: 30px;}
   .CT_CcenterBox .CT_CLBox{width:740px;}
   .CT_CcenterBox .CT_CRBox{width:430px;}
   .CT_lunboRT a{font-size: 26px;line-height: 40px}
   .CT_lunboRT p{font-size: 16px;line-height: 26px}
   .CT_lunboRUl li a{font-size: 16px;line-height: 32px;height:32px;}
   .lunboTitleBox{width:542px;height:111px;}
   .linboBtnL{width:41px;height:41px;background:url(20180207_ct_LBBtnBg.png);right:52px;}
   .linboBtnR{width:41px;height:41px;background:url(20180207_ct_LBBtnBg.png);}
   .lunboTitleBox p{font-size: 22px}
   .lunboTitleBox span{font-size: 16px}
   .CT_CLTitle{padding:12px 0 15px;}
   .CT_CLTitle span{font-size: 24px;border-left: 5px solid #7e9db9;}
   .CT_CLTitle .CT_CLTitleA{font-size: 14px;width:52px;height:26px;line-height: 26px;margin-top: 3px;}
   .CT_CRTitle span{font-size: 22px;}
   .CT_CRTitle a{font-size: 14px;width:52px;height:26px;line-height: 26px;margin-top: 3px;}
   .CT_CLTW{padding-left:16px;width:724px;overflow: hidden;padding-bottom: 20px;background:url(20180207_CT_CLbottomBg2_07.jpg) repeat-x left bottom;}
   .CT_CLTW img{width:297px;height:166px;}
   .CT_CLTW .CT_CLW{width:398px;}
   .CT_CLWTitle{margin-bottom: 7px;font-size: 20px;height:58px;line-height: 29px;}
   .CT_CLW p{margin-bottom: 3px;font-size: 14px;height:77px;line-height: 26px;}
   .CT_CLW span{font-size: 12px;}
   .CT_CLUl{width:724px;overflow: hidden;padding:11px 0 22px 16px;}
   .CT_CLUl li{ height:34px;line-height: 34px;font-size: 16px;}
   .CT_CLTW2 img{width:148px;height:83px;}
   .CT_CLTW2 .CT_CLW{width:548px;}
   .CT_CLTW2 .CT_CLW p {height: 31px;line-height: 31px;}
   .CT_CLTW2 .CT_CLW .CT_CLWTitle{height:28px;line-height: 28px}
   .CT_CLTW4{margin-top:19px;}
   .CT_CLTitleUl li a{font-size: 14px;}
   .CT_CLTitleUl li{line-height: 16px;height:16px;}
   .CT_CLTitleUl{margin-top: 8px;}
   .CT_AdImg{margin-bottom: 30px;}
   .CT_tourismBUlBox ul li a{font-size: 14px;}
   .CT_tourismBUlBox ul li i{background:url(20180207_CT_tourismBUli2_03.jpg);width:9px;height:9px;margin-left: -4.5px;top:-4.5px;}
   .CT_ZZUlBox .CT_ZZUlLBtn{
	width:56px;
	height:167px;
   }
   .CT_ZZUlBox .CT_ZZUlRBtn{
	width:39px;
	height:167px;
   }
   .CT_ZZUlTBox{
   	 width:645px;
   }
   .CT_ZZUlBox .CT_ZZUl li{
   	  width:128px;
   	  margin-right: 44px;
   }
   .CT_ZZUlLBtn a{
	   width:29px;
	   height:45px;
	   right:10px;
	   margin-top: -22.5px
	}
	.CT_ZZUlRBtn a{
	   width:29px;
	   height:45px;
	   left:10px;
	   margin-top: -22.5px
	}
	.CT_CcenterBox .CT_CRBox{
		background:url(20180207_CT_CRbg_03.jpg) repeat-y;
	    float: right;
	    border-top:2px solid #cccccc;
	}


	.CT_CRTitle{
		border-top:2px solid #cccccc;
		overflow: hidden;
	    padding:9px 0 18px;
	}
	.CT_CRTitle span{
		display: block;
		float: left;
		font-size:24px;
		color:#15405f;
		padding-left: 16px;
	}
	.CT_CRTitle a{
		display: block;
		float: right;
		font-size: 12px;
		color:#b2b2b2;
		width:42px;
		height:21px;
		text-align: center;
		line-height: 21px;
		border:1px solid #ececec;
		margin-top: 2px;
	}
	.CT_CRCBox{
		padding:0 20px 6px;
		overflow: hidden;
	}
	.videoChinaUl{
		overflow: hidden;
		margin-bottom: 30px;
	}
	.videoChinaUl li{
		float: left;
	}
	.videoChinaUl li a{
		display: block;
		width:100%;
	}
	.videoChinaUl li a img{
        width:100%;
        vertical-align: middle;
	}
	.videoChinaUl li a video{
        width:100%;
        vertical-align: middle;
	}
	.videoChinaUl .videoChinaLi1{
		width:100%;
		margin-bottom: 2px;
		position: relative;
	}
	.videoChinaUl .videoChinaLi1 a img{
		height:218px;
	}
	.videoChinaUl .videoChinaLi2 a img{
		height:71px;
	}
	.videoChinaUl .videoChinaLi2{
		width:127px;
        padding-bottom:1px;
        border-bottom: 3px solid #c7ddef;
	}
	.CT_CRTW{
		overflow: hidden;
	}
	.CT_CRTW .CT_CRTWA{
        display: block;
        width:140px;
        float: left;
	}
	.CT_CRTW .CT_CRTWA img{
		width:100%;
		height:78.5px;
	}
	.CT_CRW{
        width:230px;
        float: right;
	}
	.CT_CRW .CT_CRWTitle{
		display: block;
		font-size: 16px;
		color:#333;
		white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
	    margin-bottom: 4px;
	}
	.CT_CRW .CT_CRWTitle:hover{
	   color:#103d5d;
	   transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_CRW p{
		font-size: 14px;
		color:#666;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    margin-bottom: 4px;
	    line-height: 18px
	}
	.CT_CRW p .CT_CRWA{
        display: inline-block;
        width:20px;
        height:14px;
        position: relative;
        top:2px;
	}
	.CT_CRW p .CT_CRWA img{
        width:100%;
	}
	.CT_CRW span{
        font-size: 12px;
        color:#999;
        display: block;
  	}
  	.CT_CRUl{
  		margin-bottom:25px;
  		margin-top: 5px;
  	}
  	.CT_CRUl li {
	    box-sizing: border-box;
	    height: 32px;
	    line-height: 32px;
	    font-size: 16px;
	    color: #103d5d;
	    padding-left: 14px;
	    background: url(20180207_CT_CLiBg_03.jpg) no-repeat left center;
	}
	.CT_CRUl li a{
		display: block;
		color:#103d5d;
		white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
	}
	.CT_HotTopic{
		overflow: hidden;
		margin-bottom: 12px;
	}
	.CT_HotTopic li{
		width:188px;
		float: left;
	}
	.CT_HotTopic li a{
       display: block;
       width:100%;
	}
	.CT_HotTopic li a img{
		width:100%;
		height:106px;
	}
	.CT_HotTopic li a span{
        display: inline-block;
        width:100%;
        font-size: 14px;
        color:#103d5d;
        margin:8px 0 19px;
   }
   .CT_gct .CT_CRCBox{
      display: none
   }
   .CT_gct .CT_CRCBox.active{
      display: block
   }
   .CT_CRCBox2{
      overflow: visible
   }
   .CT_QHGAT{
   	 background:url(20180207_CT_CLbottomBg_03.jpg) repeat-x left top;
   }
   	.CT_QHGAT ul li.active a{
			color:#15405f;;
		}
	.CT_QHGAT{
		    height:40px;
			width:100%;
			margin-bottom:15px;
		}
	.CT_QHGAT span{
		display: block;
		width:58px;
		float: left;
	    font-size: 12px;
	    /*box-sizing: border-box;*/
	    color:#000;
	    height:40px;
	    text-align: right;
	    padding-right: 20px;
	    line-height: 40px;
	    background:url(20180207_Ct_Hjt_03.jpg) no-repeat right center;
	}
	.CT_QHGAT ul{
	   width:79.5%;
	   float: right;
	   height:40px;
	}
	.CT_QHGAT ul li{
		float: left;
		width:33.333%; 
		position: relative;
	}
	.CT_QHGAT ul li a{
		cursor: pointer;
		display: block;
		width:100%;
		height:40px;
		line-height: 40px;
		font-size: 12px;
		color:#666;
		text-align: center;
	}
	.CT_QHGAT ul li a:hover{
	    color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_QHGAT ul li i{
		position: absolute;
		display:block;
		left:50%;
		width:7px;
		height:7px;
		margin-left: -3.5px;
		top:-3.5px;
	    background:url(20180207_CT_tourismBUli_03.jpg);	
	}	
	.videoChinaLi1 a span{
		position: absolute;
		display: block;
		left: 0;
		bottom:0px;
		height:35px;
		width:350px;
		white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
		padding:0 20px;
		font-size: 16px;
		color:#fff;
		line-height: 35px;
		background:url(20180207_CT_CRTimg_02.png) repeat-x;
	}
	.specialBoxL{
		width:138px;
		float: left;
        border:4px solid #f1f1f1;
        position: relative;
        margin-bottom: 8px;
	}
	.specialBoxL .specialTA{
		width:100%;
		display: block;
	}
	.specialBoxL .specialTA img{
		width:100%;
		height:180px;
	}
	.specialBA{
		left: -8px;
		bottom:-9px;
		position: absolute;
		width:158px;
		height:45px;
		background:url(20180207_specialImg_03.png);
		line-height: 50px;
		text-align: center;
		color: #fff;
		font-size: 16px;
	}
	.CT_CRUl2{
		width:203px;
		float: right;
	}
	.CT_CRUl2{
		margin:0 0 33px !important;
	}
	.CT_CRUl2 li{
		line-height: 28px !important;
		height:28px !important;
	}
	.CT_footerBox{
		width:100%;
		min-width: 1200px;
		background:#f7f7f7;
		border-top:1px solid #ebebeb;
		padding:25px 0 40px;
	}
	.CT_footer{
		overflow: hidden;
		width:1200px;
		margin:0 auto;
	}
	.youqingLJBox{
		overflow: hidden;
		padding-bottom: 25px;
       border-bottom: 1px solid #f0f0f0;
	}
	.CT_footer .youqingLP{
		font-size: 20px;
		color:#808080;
		width:118px;
		float: left;
		height: 32px;
		line-height: 32px;
	}
	.youqingUl{
		width:1082px;
		float: right;
		overflow: hidden;
	}
	.youqingUl .YQLiT{
       float: left;
       margin-right:34px;
	}
	.youqingUl .YQLiT ul .YQLiB{
		padding-left:12px;
		background:url(20180207_foterLiBg_03.png) no-repeat left center;
	}
	.youqingUl .YQLiT ul .YQLiB a{
		display: block;
		height: 32px;
		line-height: 32px;
          font-size: 16px;
          color:#808080;
	}
	.youqingUl .YQLiT ul .YQLiB a:hover{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.youqingZBBox{
		padding-top: 25px;
	}
	.youqingZBLUl{
		width:670px;
		float: left;
		overflow: hidden;
	}
	.youqingZBLUl ul{
        overflow: hidden;
	}
	.youqingZBLUl ul li{
		white-space: nowrap;
		float: left;
		height:36px;
		line-height: 36px;
		font-size: 16px;
		color:#808080;
	}
	.youqingZBLUl ul li a{
		font-size: 16px;
		color:#808080;
	}
	.youqingZBli1{
		margin-right: 50px;
	}
	.youqingZBLUl ul li.youqingZBli2{
        padding:0 15px;
	}
	.youqingZBLUl ul li:hover a{
		font-size: 16px;
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_weibo{
		width:95px;
		display: block;
		float: right;
		margin-right: 50px;
	}
	.CT_weixin{
		width:95px;
		display: block;
		float: right;
		margin-right: 50px;
	}
	.CT_weibo span{
		display: inline-block;
		width:100%;
		margin-top: 8px;
		text-align: center;
		font-size: 14px;
		color:#808080;
	}
	.CT_weixin span{
		display: inline-block;
		width:100%;
		margin-top: 8px;
		text-align: center;
		font-size: 14px;
		color:#808080;
	}
	.CT_jing{
		width:32px;
		height:39px;
		display: block;
		float: right;
		margin-right: 20px;
		margin-top: 25px;
	}
	.CT_KXWZ{
		width:96px;
		height:36px;
		display: block;
		float: right;
		margin-top: 25px;
	}
	.CT_weibo img{
		width:100%;
	}
	.CT_weixin img{
		width:100%;
	}
	.CT_jing img{
		width:100%;
	}
	.CT_KXWZ img{
		width:100%;
	}
    .CT_footerBoxWap,.CT_CRCBoxWap,.wapMoreA,.CT_WapCRTWA,.swiper-container3,.wapTnav,.wapSearchBox,.wapnav{
    	display: none
    }
    .backTop{
       cursor: pointer;
       display: none;
       width:58px;
       height:58px;
       position: fixed;
       right: 0px;
       bottom:320px; 
       z-index: 999;
    }
    .backTop img{
    	width:100%;
    	height:100%;
    }
}	

@media screen and (max-width: 1000px) {
	*{
		box-sizing: border-box;
	}
    .CT_headerBox{
    	display: none
    }
    .movingHeadBox{
    	display: none
    }
    .wapTnav{
    	width:100%;
    	overflow: hidden;
    }
    .wapTnav ul{
    	width:100%;
    }
    .wapTnav ul li{
    	float: left;
    	height:0.7rem;
    	line-height: 0.7rem;
    }
    .wapTnav ul li a{
    	font-size: 0.28rem;
    	color:#333333;
    	border-right: 0.02rem solid #999999;
    	text-align: center;
    	display: block;
    	height:0.28rem;
    	line-height: 0.28rem;
    	margin-top:0.21rem;
    }
    .HeadBimgA{
    	width:100%;
    }
    .HeadBimgA img{
    	width:100%;
    	vertical-align: middle;
    }
    .wapSearchBox{
    	position: relative;
    	overflow: hidden;
    	padding:.3rem 0 .8rem;
    	border-top: 1px solid #e0e0e0;
    	background-image:url(20180207_logo.png);
        background-position: center 0.35rem;
        background-size: 38%;
        background-repeat: no-repeat; 
    }
    .wapSearchBox .wapSearchT{
    	position: absolute;
	    overflow: hidden;
	    padding: .5rem 0 .63rem;
        left:0;
        top:0;	   
        width: 100%; 
        display: none;
        background: url(20180207_headerBg.png);
    }
    .wapSearchT a{
        display: block;
	    width: .57rem;
	    height: .57rem;
	    margin-right: 0.18rem;
	    margin-top: 0.1rem;
	    float: right;
	    background-image: url(20180207_movingHead2_03.jpg);
	    background-size: 100% 100%;
    }
    
    .wapSearch{
    	float: right;
    	width:82%;
    	margin-right: .2rem;
    	height:0.75rem;
    	border-right:0.02rem solid #7e9db9;
    	border-left:0.02rem solid #7e9db9;
    }
    .wapSearch input{
      width:83%;
      margin-left: .18rem;
      padding-left: .21rem;
      height:.35rem;
      line-height: .35rem;
      border-left: 0.02rem solid #bacad3;
      font-size: .28rem;
      color:#bdc3c7;
      float: left;
      margin-top: .2rem;
      outline: none;
      background:url(20180207_headerInputBg.png);
    }
    .wapSearchBox .wapSearchA{
    	display: block;
        width:.57rem;
        height:.57rem;
        margin-right: 0.4rem;
        margin-top:0.3rem;
        float: right;
        background-image: url(20180207_movingHead2_03.jpg);
        background-size: 100% 100%;
    }
    .wapSearch a img{
    	width:100%;
    	height:100%;
    }
    .wapnav{
    	width:100%;
    	overflow: hidden;
    	box-shadow: 0 .02rem .04rem 0 rgba(7,17,27,.1);
    	margin-bottom: .2rem;
    	height:.75rem !important;
    }
    .wapnav ul{
    	width:100%;
    	margin-bottom: 0.38rem;
    }
    .wapnav ul li{
    	float: left;
    	width:auto !important;
    }
    .wapnav ul li a{
    	font-size: 0.4rem;
    	color:#333333;
    	border-right: 0.02rem solid #999999;
    	text-align: center;
    	display: block;
    	height:0.4rem;
    	line-height: 0.4rem;
    	padding:0 .27rem;
    }
    .headlinesBox{
    	padding:0 .13rem 0.25rem 0.2rem;
        overflow: hidden;
    }
    .headlinesBox img{
    	width:12.5%;
    	float: left;
    	margin-top: .08rem;
    }
    .headlinesBox .headlineImg{
		 margin-top: .08rem;
         float: left;
         width:12.5%;
         height:.45rem;
         overflow: hidden;
         font-size:.2rem;
         text-align: center;
         color:#fff;
         line-height: .45rem;
         font-weight: bold;
         background-image:url(20180228toutiao1_03.png);
         background-size: 100% 100%;
	}
    .headlinesBox a{
        display: block;
        float: right;
        width:85%;
        font-size: .38rem;
        color:#000;
        line-height: .53rem;
        font-weight: bold;
    }
    .headlinesUl{
    	display: none;
    }
   
	.CT_lunboBox{
		overflow: hidden;
		width:100%;
	}
	.CT_lunboBox .CT_lunbo{
	   width:100%;
	   height:4.23rem;
	   border-bottom: 0.06rem solid #7e9db9;
	   position: relative;
	}
	.CT_lunboBox .CT_lunboR{
        width:100%;
        padding:0.2rem .2rem 0;
	}
	.CT_lunboRT{
		border-bottom: 1px dotted #d3d3d3;
	}
	.CT_lunboRT a{
		display: block;
		font-size: .38rem;
		color:#333;
		margin-bottom: 3px;
		line-height: .6rem;
	}
	.CT_lunboRT a:hover{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_lunboRT p{
		font-size: .28rem;
		color:#999;
		margin-bottom: 8px;
		line-height: .43rem;
	}
	.CT_lunboRUl{
	  width:100%;
	  margin-top:8px;
/* 	  border-top:2px dotted #c5c5c5;  */
	  padding-top: .25rem;
	}
	.CT_lunboRUl li{
		margin-bottom: .1rem
	}
	.CT_lunboRUl li a{
		font-size: .34rem;
		color:#333;
	    display: block;
	    line-height: .47rem;
	}
	.CT_lunboRUl li:hover{
		background:url(20180207_liBgdian2_03.jpg) no-repeat left center;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_lunboRUl li:hover a{
	   color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_lunbo .CT_lunboLUl{
	    width:100%;
	    height:100%;
	    position: relative;
	}
	.CT_lunbo .CT_lunboLUl li{
	    width:100%;
	    height:100%;
	    position: absolute;
	    left: 0;
	    top:0;
	}
	.CT_lunbo .CT_lunboLUl li a{
		display: block;
		position: relative;
		width:100%;
		height:100%;
	}
	.lunboTitleBox p{
	   font-size: .3rem;
	   color:#fff;
	   padding:.15rem .17rem 0rem;
	   white-space:nowrap;
	   overflow:hidden;
	   text-overflow:ellipsis;
	}
	.lunboTitleBox span{
		display: none
	}
	.CT_lunbo .CT_lunboLUl li a img{
		width:100%;
		height:100%;
	}
	.lunboTitleBox{
		width:79.5%;
		height:.72rem;
		position: absolute;
		left:.09rem;
	    bottom:.11rem;
	    background:url(20180207_lunboTitleBg_03.png);
	}
	.linboBtnL{
		z-index: 12;
		position: absolute;
		right:.54rem;
		bottom:.11rem;
		display: block;
		width:.42rem;
		height:.42rem;
		cursor: pointer;
		background-image:url(20180207_ct_LBBtnBg.png);
		/*background-size: 100% 100%;*/
	}
	.linboBtnR{
		cursor: pointer;
		position: absolute;
		right:.11rem;
		bottom:.11rem;
		display: block;
		width:.42rem;
		height:.42rem;
		z-index: 12;
		background-image:url(20180207_ct_LBBtnBg.png);
		/*background-size: 100% 100%;*/
	}
	.CT_CcenterBox{
		width:100%;
		overflow: hidden;
		margin-top: 25px;
	}
	.CT_CcenterBox .CT_CLBox{
	    width:100%;   
	}

	.CT_CLTitle{
	    border-top:.04rem solid #b3b3b3;
	    overflow: hidden;
	    padding:.2rem 0rem .3rem;
	    margin:0 .2rem;
	} 
	.CT_CLTitle span{
		display: block;
		float: left;
		font-size: .4rem;
		color:#15405f;
		border-left: .08rem solid #7e9db9;
		padding-left: .17rem;
	}
	.CT_CLTitle .CT_CLTitleA{
		display: none;
		
	}
	.CT_CLTW{
		padding:0 0rem .25rem;
		margin: 0 .2rem;
		border-bottom: .02rem solid #d1e3f2;
	}
	.CT_CLTW img{
		display: block;
		width:100%;
	}
	.CT_CLTW .CT_CLW{
		width:100%;
	}
	.CT_CLWTitle{
		font-size: .38rem;
		color:#333;
		line-height: .6rem;
		display: block;
		margin-top: .25rem;
		margin-bottom: .05rem;
	}
	.CT_CLWTitle:hover{
		color:#103d5d;
		 transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_CLW p{
	   font-size:.28rem;
	   color:#666;
	   line-height: .43rem;
	}
	.CT_CLW p a{
		display: inline-block;
		width: .6rem;
		height:.28rem;
	}
	.CT_CLW p .CT_CLWA img{
	   width:100%;
	   height:100%;
	}
	.CT_CLW span{
		font-size: .28rem;
		color:#999;
		display: block;
		margin-top: .05rem;
	}
	.CT_CLUl{
		overflow: hidden;
	    padding:.18rem 0 .2rem;
	    margin:0 .2rem;
	}
	.CT_CLUl li{
	    box-sizing: border-box;
	    height:.6rem;
	    line-height: .6rem;
	    color:#103d5d;
		padding-left:.3rem;
		background:url(20180207_CT_CLiBg_03.jpg) no-repeat left center;
	}
	.CT_CLUl li a{
		font-size: .34rem;
	    color:#103d5d;
	    display: block;
	    white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
	}
	.CT_CLTitleUl{
		display: none;
	}
	.CT_tourismLi{
		display: none
	}
	.CT_tourismLi.active{
        display: block
	}
	.CT_tourismBUlBox{
		display: none
	}
	.CT_ZZUlBox{
		display: none
	}
	.swiper-container3{
        margin-bottom: .3rem;
        margin-left:.2rem;
	}
	.swiper-container3 ul{
		/* overflow: hidden; */
		width:100%;	
	}
	.swiper-container3 ul li{
		float: left;
		margin-right:.7rem;
		width:2.34rem;
	}
	.swiper-container3 ul li a{
		width:100%;
		display: block;
	}
	.swiper-container3 ul li a img{
		width:100%;
		vertical-align: middle;
	}
	.swiper-container3 ul li span{
		font-size:.3rem;
		color:#103d5d;
		margin-top:.35rem;
		display: block;
		text-align: center;
	}
	.CT_AdImg{
		display: block;
		width:100%;
	}
	.CT_AdImg img{
		width:100%;
		vertical-align: middle;
	}
	.CT_CRTitle{
		border-top:.04rem solid #cccccc;
		overflow: hidden;
	    padding:.2rem 0 .3rem;
	    margin:0 .2rem;
	}
	.CT_CRTitle span{
		display: block;
		float: left;
		font-size: .4rem;
		color:#15405f;
	}
	.CT_CRTitle a{
		display: none;
	}
	.videoChinaUl{
		overflow: hidden;
		margin-bottom: 30px;
	}
	.videoChinaUl li{
		float: left;
	}
	.videoChinaUl li a{
		display: block;
		width:100%;
	}
	.videoChinaUl li a img{
        width:100%;
        vertical-align: middle;
	}
	.videoChinaUl li a video{
        width:100%;
        vertical-align: middle;
	}
	.videoChinaUl .videoChinaLi1{
		width:100%;
		margin-bottom: .07rem;
		position: relative;
	}
	.videoChinaLi1 a span{
		position: absolute;
		display: block;
		left: 0;
		bottom:0px;
		height:.63rem;
		width:100%;
		white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
		padding:0 .36rem;
		font-size: .3rem;
		color:#fff;
		line-height: .63rem;
		background:url(20180207_CT_CRTimg_02.png) repeat-x;
	}
	.videoChinaUl .videoChinaLi2{
		width:32.333%;
        border-bottom: .06rem solid #c7ddef;
	}
	.videoChinaUl .videoChinaLi2:nth-child(3){
		margin:0 1.5% !important;
	}
	.CT_CRTW{
		overflow: hidden;
	}
	.CT_CRTW .CT_CRTWA{
        display: block;
        width:36%;
        float: left;
	}
	.CT_CRTW .CT_CRTWA img{
		width:100%;
	}
	.CT_WapCRTWA{
		display: block;
		width:58%;
        float: right;
        font-size: .34rem;
        color:#333;
	}
	.CT_CRW{
        width:100%;
        clear: both;
        padding-bottom: .18rem;

	}
	.CT_CRW .CT_CRWTitle{
		display: none;
	}
	.CT_CRW .CT_CRWTitle:hover{
	   color:#103d5d;
	   transition: .35s;
	   -moz-transition: .35s;	/* Firefox 4 */
	   -webkit-transition: .35s;	/* Safari 和 Chrome */
	   -o-transition: .35s;	/* Opera */
	}
	.CT_CRW p{
		font-size: .28rem;
		color:#666;
	    margin-bottom: 4px;
	    line-height: .43rem;
	}
	.CT_CRW p .CT_CRWA{
        display: inline-block;
        width:.54rem;
        height:.28rem;
        position: relative;
        top:.02rem;
	}
	.CT_CRW p .CT_CRWA img{
        width:100%;
	}
	.CT_CRW span{
        font-size: .28rem;
        color:#999;
        display: block;
  	}
  	.CT_CRUl{
  		margin-bottom:25px;
  		padding:0 16px;
  	}
  	.CT_CRUl li {
	    box-sizing: border-box;
	    line-height: .49rem;
	    font-size: .34rem;
	    color: #103d5d;
	    padding-left: .3rem;
	    margin-bottom: .14rem;
	    background: url(20180207_CT_CLiBg_03.jpg) no-repeat left .21rem;
	}
	.CT_CRUl li a{
		font-size: .34rem;
		display: block;
		color:#103d5d;
	}
	.wapMoreA{
		border:.02rem solid #e8e8e8;
		text-align: center;
		display: block;
		height:.7rem;
        line-height: .66rem;
        font-size: .35rem;
        color:#b2b2b2;
        margin:0 .2rem .6rem;
	}
	.wapMoreA1{
        color:#7e9db9;
        border:.02rem solid #d8e1ea;
	}
	.CT_CRCBox2,.CT_HotTopic{
		display: none;
	}
	.CT_CRCBoxWap{
		width:100%;
		margin-bottom: .25rem;
	}
	.CT_CRCBoxWap ul{
		width:100%;
	}
	.CT_CRCBoxWap ul li{
		float: left;
	}
	.CT_CRCBoxWap ul li a{
		display: block;
		width:100%;
	}
	.CT_CRCBoxWap ul li a img{
        width:100%;
	} 
	.CT_CRCBoxWap ul li a span{
		display: block;
		width:100%;
		font-size: .3rem;
/* 		margin-top: .125rem;
		 */		line-height: .43rem;
		color:#103d5d;
	}
	.CTGATWap{
		display: none;
	}
	.CTGATWap.active{
		display: block;
	}
	.specialBoxL{
		width:30%;
		float: left;
		padding:.09rem;
	    background: #f1f1f1;
	    position: relative;
	    margin-bottom: 8px;
	    left:1.5%;
	}
	.specialBoxL .specialTA{
		width:100%;
		display: block;
	}
	.specialBoxL .specialTA img{
		width:100%;
	}
	.specialBA{
		left: -.08rem;
		bottom:-.09rem;
		position: absolute;
		width:108%;
		height:45px;
		background-image:url(20180207_specialImg_03.png);
		background-size: 100% 100%;
		line-height: 50px;
		text-align: center;
		color: #fff;
		font-size: .3rem;
	}
	.CT_CRUl2{
		width:60.5%;
		float: right;
	}
	.CT_CRUl2{
		margin:0 0 33px !important;
	}
	.CT_CRUl2 li{
		line-height: .6rem !important;
		height:.6rem !important;
	}
	.CT_CRUl2 li a{
		white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
	}
	.CT_CRCBox{
		margin:0 .2rem;
		overflow: hidden;
	}
	.swiper-container4{
		margin-left: 0.2rem;
	}
	.CT_CRCBoxWap2{
		margin:0 0 .4rem;
	}
	.CT_CLTW3{
		padding-bottom: .28rem
	}
	.CT_CLTW4{
		border-top:.02rem dotted #cbcbcb;
	    padding-top: .3rem
	}
	.CT_footerBox{
		display: none;
	}
	.CT_footerBoxWap{
		background:#f7f7f7;
		border-top: .02rem solid #ebebeb;
		padding:.4rem .2rem;
	}
	.footerWapA{
		display: block;
		width:47.8%;
		height: .69rem;
		line-height: .69rem;
		text-align: center;
		font-size: .32rem;
		color:#f7f7f7;
		background:#7e9db9;
		border-radius: .07rem;
	}
	.footerWapAX{
		float: left;
	}
	.footerWapAB{
		float: right;
	}
	.CT_footerBoxWap p{
		font-size: .3rem;
		color:#808080;
		text-align: center;
		clear: both;
		padding-bottom:.2rem
	}
	.footerWap1{
		padding-top: .3rem;
	}
	.CT_AdImg1{
		margin-bottom: .2rem;
	}
	 .backTop{
       display: none;
       width:.9rem;
       height:.9rem;
       position: fixed;
       right: .2rem;
       bottom:3.15rem; 
       z-index: 999;
    }
    .backTop img{
    	width:100%;
    	height:100%;
    }
}

@media only screen and (min-width: 750px)and (max-width: 1000px) {
  html,
  body {
    font-size: 102.5px;
  }
}
@media only screen and (max-width: 720px), only screen and (max-device-width: 720px) {
  html,
  body {
    font-size: 93.75px;
  }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
  html,
  body {
		font-size: 84.375px;
  }
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  html,
  body {
		font-size: 64.6875px;
  }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
  html,
  body {
		font-size: 62.5px;
  }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  html,
  body {
		font-size: 58.59375px;
  }
}
@media only screen and (max-width: 414px), only screen and (max-device-width: 414px) {
  html,
  body {
		font-size: 56.25px;
  }
}
@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
  html,
  body {
    font-size: 56px;
  }
}
@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
  html,
  body {
		font-size: 50px;
  }
}
@media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
  html,
  body {
    font-size: 50px;
  }
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
  html,
  body {
    font-size: 45px;
  }
}
@media only screen and (max-width: 240px), only screen and (max-device-width: 240px) {
  html,
  body {
    font-size: 37.5px;
  }
}